func runtime.printhexopts
5 uses
runtime (current package)
print.go#L188: func printhexopts(include0x bool, mindigits int, v uint64) {
print.go#L209: printhexopts(true, minhexdigits, v)
print.go#L236: printhexopts(false, 2, uint64(r))
print.go#L239: printhexopts(false, 4, uint64(r))
print.go#L242: printhexopts(false, 8, uint64(r))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |